home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / dmalloc.zip / INSTALL.LIB / DOC / HISTORY.DOC < prev    next >
Encoding:
Text File  |  1992-11-01  |  3.3 KB  |  128 lines

  1.  
  2.                                D M a l l o c
  3.                               ---------------
  4.  
  5.                                 Version 1.00
  6.                                --------------
  7.  
  8.                                H I S T O R Y
  9.                               ---------------
  10.  
  11.                        Last updated:  November, 1992
  12.  
  13.  
  14.    ---- Version 0.9 ---------------------------------------------------------
  15.  
  16.    04/01/92    First Release!
  17.  
  18.    04/27/92    Video Init Problem on CGA and Hercules
  19.                There was a bug in the video init procedure that caused the
  20.                adapter detection code to fail on true CGA and Hercules
  21.                adapters. These adapters don't show the number of available
  22.                lines on the screen at the BIOS location 40h:84h,
  23.                but show 0 (zero!) instead.
  24.                Now, on CGA and MDA, 25 lines are assumed.
  25.  
  26.    04/29/92    Modified initialization code to have the video swap space
  27.                allocated in the far heap rather than the near heap. This
  28.                was because a customer had problems with a big project where
  29.                the near heap was almost inexistent.
  30.  
  31.                Fixed a small bug in the graphmode detection routine that
  32.                caused 132x60 character mode to be detected as graphics.
  33.  
  34.  
  35.    ---- Version 0.9a --------------------------------------------------------
  36.  
  37.    05/07/92    Fixed a serious bug in the routine for patched non-DMalloc
  38.                _nfree() routine. Unless the CX register contained the
  39.                value 3, the program would crash immediately.
  40.  
  41.                Fixed a bug in the parameter handling of the _nfree() routine.
  42.  
  43.                Added support for _expand().
  44.  
  45.    05/08/92    Modified PrintScreen handling. Pressing PrtSc during a heap
  46.                check now presets for DMalloc popup after heap check is done,
  47.                only when DMalloc is up, it activates the original PrintScreen
  48.                routine, bypassing a second (unnecessary) heap check.
  49.  
  50.    05/11/92    Added support for MSC 7. The only thing to do was to rename
  51.                the external runtime library symbol STKHQQ to _STKHQQ.
  52.                Customers report the fix works.
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. ------------ DMalloc 1.00 ----------- HISTORY.DOC --------- page 1 of 2 --
  65.  
  66.  
  67.    ---- Version 1.00 --------------------------------------------------------
  68.  
  69.    11/10/92    ASP Shareware Release
  70.  
  71.                Removed compiler dependent stuff from the library and
  72.                put it into the object file. Currently two files:
  73.                   DMALLOC.OBJ  -- MSC 5.1, 6.+
  74.                   DMALLOC7.OBJ -- MSC/C++ 7.0
  75.  
  76.                Extensively tested with MSC 7. The demo program is now
  77.                compiled with MSC 7, and the demo sources are included
  78.                as part of the DMalloc package.
  79.  
  80.                Added an installation program and redesigned the BBS
  81.                distribution file (DML100.ZIP).
  82.  
  83.                Added the possibility to "serialize" the evaluation library
  84.                to have the RRS's removed after registration.
  85.  
  86.  
  87.  
  88.    End of history
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127. ------------ DMalloc 1.00 ----------- HISTORY.DOC --------- page 2 of 2 --
  128.